home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Third Party Demos / DTMedia / PageMaker 3.0 / PageMaker 3.0 B&W / Global Cast / Global Cast.rsrc / TEXT_1412.txt < prev    next >
Text File  |  1988-02-23  |  430b  |  16 lines

  1. √ü#macro to go to menu while paused
  2. if commanddown then skip 3
  3. call G11
  4. exit
  5. #go to menu:
  6. if thechar='m' then call D87
  7. if thechar='M' then call D87
  8. # COMMAND-Q WORKS ONLY IN TOUR ENGINE !!!
  9. if thechar='q' then call D88
  10. if thechar='Q' then call D88
  11. #advance 10 frames
  12. if thechar='a' then govar frame+10
  13. if thechar='A' then govar frame+10
  14. #back up 10 frames
  15. if thechar='b' then govar frame-10
  16. if thechar='B' then govar frame-10Àá